home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource2 / sclib_1 / 1_6 / v7n6044a.txt < prev    next >
Text File  |  1995-11-01  |  256b  |  11 lines

  1. #include "gks.h"
  2.  
  3. Gpoint top[100],bottom[100];
  4. double m1,m2,m3,m4,m5;
  5. int topn,bottomn;
  6.  
  7. extern void initial(),transform(),plotx();
  8.  
  9. extern int place(),copyvec();
  10.  
  11.